simetrix.dvm.PreTestContext

class simetrix.dvm.PreTestContext

Bases: BasicTestContext

Provides contextual information for a pre-process script about a currently executing testplan.

Methods

label()

Returns the label for the test.

logData()

Returns the log data about the active test.

reportDirectory()

Returns the path of the directory containing the report.

label() str

Returns the label for the test.

Returns:

Label for the test.

Return type:

str

logData() LogTestData

Returns the log data about the active test.

reportDirectory() str

Returns the path of the directory containing the report.

Returns:

Path of the directory containing the report.

Return type:

str